home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / email / 02 / 02.EXE / ACORNEMAIL.EXE / 0 / RCDATA / TIMPADDFORM / TIMPADDFORM.txt
Encoding:
Text File  |  1999-10-06  |  3.5 KB  |  158 lines

  1. object impAddForm: TimpAddForm
  2.   Left = 246
  3.   Top = 220
  4.   Width = 426
  5.   Height = 211
  6.   Caption = 'Import Delimited Text File to Address List'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 11
  16.     Top = 44
  17.     Width = 74
  18.     Height = 13
  19.     Caption = 'Field Separator:'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 11
  23.     Top = 62
  24.     Width = 53
  25.     Height = 13
  26.     Caption = 'Source File'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 11
  30.     Top = 108
  31.     Width = 72
  32.     Height = 13
  33.     Caption = 'Destination File'
  34.   end
  35.   object head: TCheckBox
  36.     Left = 11
  37.     Top = 10
  38.     Width = 173
  39.     Height = 23
  40.     Caption = 'First Row is Column Headings'
  41.     TabOrder = 0
  42.   end
  43.   object quote: TCheckBox
  44.     Left = 196
  45.     Top = 10
  46.     Width = 173
  47.     Height = 23
  48.     Caption = 'Fields are Delimited by Quotes'
  49.     TabOrder = 1
  50.   end
  51.   object Sep: TEdit
  52.     Left = 94
  53.     Top = 39
  54.     Width = 57
  55.     Height = 21
  56.     AutoSize = False
  57.     TabOrder = 2
  58.   end
  59.   object Source: TFilenameEdit
  60.     Left = 11
  61.     Top = 78
  62.     Width = 258
  63.     Height = 21
  64.     DialogOptions = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  65.     DialogTitle = 'Import From:'
  66.     NumGlyphs = 1
  67.     TabOrder = 3
  68.   end
  69.   object Dest: TFilenameEdit
  70.     Left = 11
  71.     Top = 123
  72.     Width = 258
  73.     Height = 21
  74.     DialogKind = dkSave
  75.     DefaultExt = 'tfm'
  76.     Filter = 'tfm Files (*.tfm)|*.tfm'
  77.     DialogOptions = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  78.     DialogTitle = 'Import To:'
  79.     NumGlyphs = 1
  80.     TabOrder = 4
  81.     OnChange = DestChange
  82.   end
  83.   object Button1: TButton
  84.     Left = 305
  85.     Top = 55
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'OK'
  89.     ModalResult = 1
  90.     TabOrder = 5
  91.   end
  92.   object Button2: TButton
  93.     Left = 305
  94.     Top = 93
  95.     Width = 75
  96.     Height = 25
  97.     Caption = 'Cancel'
  98.     ModalResult = 2
  99.     TabOrder = 6
  100.   end
  101.   object Button3: TButton
  102.     Left = 305
  103.     Top = 131
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'Help'
  107.     TabOrder = 7
  108.   end
  109.   object MarsCaption1: TMarsCaption
  110.     ActiveBeginColor = clBlack
  111.     ActiveEndColor = clBlue
  112.     ActiveFontColor = clSilver
  113.     InactiveBeginColor = clGray
  114.     InactiveEndColor = clSilver
  115.     InactiveFontColor = clSilver
  116.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  117.     ApplicationNameFont.Color = clWindowText
  118.     ApplicationNameFont.Height = -11
  119.     ApplicationNameFont.Name = 'MS Sans Serif'
  120.     ApplicationNameFont.Style = [fsBold]
  121.     CaptionFont.Charset = ANSI_CHARSET
  122.     CaptionFont.Color = clWindowText
  123.     CaptionFont.Height = -13
  124.     CaptionFont.Name = 'Arial'
  125.     CaptionFont.Style = [fsBold]
  126.     NumColors = 64
  127.     AutoSize = False
  128.     Left = 377
  129.     Top = 6
  130.   end
  131.   object MessageDialog1: TMessageDialog
  132.     ButtonFont.Charset = DEFAULT_CHARSET
  133.     ButtonFont.Color = clWindowText
  134.     ButtonFont.Height = -11
  135.     ButtonFont.Name = 'MS Sans Serif'
  136.     ButtonFont.Style = []
  137.     Font.Charset = DEFAULT_CHARSET
  138.     Font.Color = clWindowText
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = []
  142.     HintColor = 8454143
  143.     LineSeparator = '\n'
  144.     FlashTitleBarInterval = 1000
  145.     ButtonsCaption.Yes = '&Yes'
  146.     ButtonsCaption.No = '&No'
  147.     ButtonsCaption.Ok = '&OK'
  148.     ButtonsCaption.Cancel = '&Cancel'
  149.     ButtonsCaption.Abort = 'Abort'
  150.     ButtonsCaption.Retry = '&Retry'
  151.     ButtonsCaption.Ignore = '&Ignore'
  152.     ButtonsCaption.All = '&All'
  153.     ButtonsCaption.Help = '&Help'
  154.     Left = 388
  155.     Top = 40
  156.   end
  157. end
  158.